burningTyger 6 лет назад
Родитель
Сommit
904a7d2c3a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      file.html

+ 2 - 2
file.html

@@ -1,7 +1,7 @@
-<h1>Huhu, looks fun {Klasse}!</h1>
+<h1>Huhu, looks fun {schueler[0].Name}!</h1>
 
 <script>
 	export default {
-		setup(Component) {Component.bez = 'New kid on the block'}
+		setup(Component) {Component.bez = 'Hey, Test'}
   }
 </script>