You've already forked AstralRinth
forked from didirus/AstralRinth
Move many things over from Knossos (and other rearrangements) (#102)
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from 'vue'
|
||||
import BisectIcon from '@/assets/external/bh.svg'
|
||||
import { BisectIcon } from '@'
|
||||
|
||||
const props = defineProps({
|
||||
external: {
|
||||
type: Boolean,
|
||||
@@ -38,6 +40,7 @@ const props = defineProps({
|
||||
default: '',
|
||||
},
|
||||
})
|
||||
|
||||
const target = computed(() => (props.external ? '_blank' : '_self'))
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user