Skip to content
Discussion options

You must be logged in to vote

src/home.js:

- import Vue from 'vue/dist/vue.js'
+ import Vue from 'vue'

templates/home/index.html:

<head>
    <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
-   <link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
-   <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.min.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
  </head>

<body>
-   <v-app>
    <div id="hello_world_a" style="width: 49%; display: inline-block">
+       <v-app>
            <tool-bar msg="{{ msg }}"></…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@noxlock
Comment options

Answer selected by noxlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants