25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
123456789101112131415 |
- <template>
- <v-scale-screen width="1920" height="1080">
- <div id="app">
- <router-view />
- </div>
- </v-scale-screen>
- </template>
-
- <script>
-
- export default {
- };
- </script>
- <style lang='scss' scoped>
- </style>
|