@aldoivan10/vuetify-dialog
Version:
Plugin to use dialogs from vuetify programatically
23 lines (22 loc) • 492 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/x-icon"
href="/src/assets/icon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Vuetify dialog</title>
</head>
<body id="app">
<script
type="module"
src="/src/main.ts"
></script>
</body>
</html>