added style sheet

This commit is contained in:
2026-03-19 17:55:48 +00:00
parent fd5121be80
commit e5a5911f86
4 changed files with 31 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { createApp } from 'vue';
// import './style.css'
import './style.css';
import App from './App.vue';
import VueCookies from 'vue-cookies';