const app = Vue.createApp({
data: () => ({
class1: "",
visible: true,
color: "",
}),
});
app.mount("#assignment");