<template lang="pug">
    div options
</template>
<script>
  export default {
    data: () => ({
    }),
    computed: { },
    created () { },
    mounted () { },
    methods: { }
  }
</script>
<style>
  div {
    color: blue
  }
</style>