- Converting all to Typescript

- Installing 1.0.0.beta Quasar Upgrade
   - (Part 1 - Upgrade Components)
This commit is contained in:
Paolo Arena
2019-03-11 19:16:39 +01:00
parent 58967a1650
commit bb3be0ec16
85 changed files with 3961 additions and 32086 deletions

View File

@@ -24,8 +24,9 @@
</div>
</template>
<script type="text/javascript">
export default {
<script lang="ts" type="text/javascript">
import Vue from 'vue'
export default Vue.extend({
data () {
return {
canGoBack: window.history.length > 1
@@ -36,7 +37,7 @@ export default {
window.history.go(-1)
}
}
}
})
</script>
<style lang="stylus">