[client] add playlists and playlist page

This commit is contained in:
geoffrey45
2022-03-29 00:35:39 +03:00
parent e4640d9985
commit 69b691284d
15 changed files with 217 additions and 47 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ import { createPinia } from 'pinia'
import "../src/assets/css/global.scss";
const app = createApp(App);
app.use(router);
app.use(createPinia())
app.use(router);
app.mount('#app');