move untested components to Archive

This commit is contained in:
JFH
2021-08-04 11:23:05 +02:00
parent f73f6779c3
commit ee6bda3c5c
12 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
export default {
name: '箭头',
langList: [
{ id: 'arrow_none', textContent: '无箭头' }
],
contextTools: [
{
title: '选择箭头类型',
options: {
none: '无箭头',
end: '---->',
start: '<----',
both: '<--->',
mid: '-->--',
mid_bk: '--<--'
}
}
]
};