mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-08 06:43:03 +08:00
15 lines
217 B
Vue
15 lines
217 B
Vue
<template>
|
|
<div class="mini">
|
|
<h1>This is an small page</h1>
|
|
<p>lalala</p>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'mini',
|
|
created () {
|
|
console.log(window.location.href)
|
|
}
|
|
}
|
|
</script>
|