From f6bd4c62b3779a7fb6d0ebe4a3cf6556f448bf7b Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 4 Nov 2020 13:40:09 -0800 Subject: Add documentation for table sort Create example BmcTable component to eventually showcase all functionality. For now, it only includes table sort. Signed-off-by: Yoshie Muranaka Change-Id: Id3f3ac603a58d5dbc8674ec5b2d9d059e935407d --- docs/.vuepress/components/BmcTable.vue | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/.vuepress/components/BmcTable.vue (limited to 'docs/.vuepress') diff --git a/docs/.vuepress/components/BmcTable.vue b/docs/.vuepress/components/BmcTable.vue new file mode 100644 index 00000000..9cc7b645 --- /dev/null +++ b/docs/.vuepress/components/BmcTable.vue @@ -0,0 +1,57 @@ + + + \ No newline at end of file -- cgit v1.2.3