Skip to content

Instantly share code, notes, and snippets.

View bingliangchan's full-sized avatar

bingliangchan

View GitHub Profile
@bingliangchan
bingliangchan / VueComponent
Last active August 27, 2021 05:20
Vue Component
<template src="./MenuSideBar.html"></template>
<style src="./MenuSideBar.css"></style>
<script>
import { mapGetters, mapActions } from 'vuex';
import { isNullOruUndefined } from '../../utilities/util';
export default {
name: 'MenuSideBar',
props: {
msg: String,