=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
BrainFuck Programming Tutorial by: Katie
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| <script setup lang="ts"> | |
| import Loading from '@/components/Loading.vue'; | |
| import { computed, onMounted } from 'vue'; | |
| import { mapActions, mapState } from '@/store/stateLib'; | |
| const { loading, items } = mapState('page'); | |
| const { loadItems } = mapActions('page'); | |
| const page = computed(() => { | |
| const path = route.path.replace(/^\//, ''); |
| #!/bin/bash | |
| ##/* | |
| ## * @Author: AllenYL | |
| ## * @Date: 2017-11-08 11:37:31 | |
| ## * @Last Modified by: [email protected] | |
| ## * @Last Modified time: 2017-11-08 11:37:31 | |
| ## */ | |
| # |