cosmetics

pull/1664/head
Tuğçe Küçükoğlu 2021-10-11 17:00:51 +03:00
parent 4d8c7cdb71
commit caf92fa357
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ import Dialog from 'primevue/dialog/sfc';
}
};
createApp(App).use(primevue.config.default).mount("#app");
createApp(App)
.use(primevue.config.default)
.mount("#app");
</script>
</body>
</html>